-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve inputs for headers, query params, to stretch when focused (like HTTPie) #234
Conversation
80ab7a3
to
2ee130b
Compare
commit: |
6a06164
to
fc6441d
Compare
Hmmm one annoying thing that came up is that the codemirror inputs swallow our keyboard shortcuts (cmd+g and cmd+b) when they have focus |
9a0a1ab
to
a51d58b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Ideally we'd "blur" the text input when you hit Escape so that it would unblock using the cmd+b and other keyboard shortcuts.
a51d58b
to
da44bb3
Compare
did it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
cd2a46e
to
92d98b6
Compare
TODO
ESC
to blur inputSummary
This PR introduces a new input-like component that we can use for adding query/path parameters and headers in their respective forms.
It also factors out the codemirror editor components into their own module in the
components
directoryhttpie-inputs.mp4